gtkwidget: Do not listen to notifications from nonexistent properties
authorCarlos Garnacho <carlosg@gnome.org>
Mon, 14 Sep 2015 15:33:23 +0000 (17:33 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Mon, 14 Sep 2015 15:39:41 +0000 (17:39 +0200)
commit259611a87c0d31741fcf45fca745643c5a1d5dc2
treea11eca7d1cc9b8c1a8e955376bd6aec7148a6836
parent13873d2c507783042df55ad2c48f37a346121fd0
gtkwidget: Do not listen to notifications from nonexistent properties

The GtkEventController event mask is private, and set early by GtkGesture
implementations. Being this private data, there is no corresponding
property, so this code is a no-op, there is just no need to listen to
changes there.
gtk/gtkwidget.c